xmalloc: correct _xmalloc_array() indentation
authorJan Beulich <jbeulich@suse.com>
Fri, 19 May 2017 08:10:49 +0000 (10:10 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 19 May 2017 08:10:49 +0000 (10:10 +0200)
commitbb8597b6d36d66a1972c62beb2300fcdeff1747f
tree1624cbfaa93295dceb28c057560778712bbbc0eb
parent93ade42f47300f3f353aa9bd59b737bca8f2d342
xmalloc: correct _xmalloc_array() indentation

It's been wrongly indented using tabs till now, and the stray blank
ahead of the final return statement gets in the way of using .i files
for detailed analysis of other compiler issues
(-Wmisleading-indentation kicks in due to the tab->space
transformation done in the course of pre-processing).

Also add missing spaces inside the if() at once, including the similar
case in _xzalloc_array().

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Release-acked-by: Julien Grall <julien.grall@arm.com>
xen/include/xen/xmalloc.h